-
Notifications
You must be signed in to change notification settings - Fork 850
Bump the go-dependencies group across 1 directory with 14 updates #6807
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Bump the go-dependencies group across 1 directory with 14 updates #6807
Conversation
10bccc8 to
923655f
Compare
|
Dependabot tried to update this pull request, but something went wrong. We're looking into it, but in the meantime you can retry the update by commenting |
1af3806 to
db6fcfc
Compare
|
Dependabot tried to update this pull request, but something went wrong. We're looking into it, but in the meantime you can retry the update by commenting |
db6fcfc to
0cac5e1
Compare
Bumps the go-dependencies group with 13 updates in the / directory: | Package | From | To | | --- | --- | --- | | [github.com/alicebob/miniredis/v2](https://github.com/alicebob/miniredis) | `2.34.0` | `2.35.0` | | [github.com/golang-migrate/migrate/v4](https://github.com/golang-migrate/migrate) | `4.18.1` | `4.18.3` | | [github.com/hashicorp/consul/api](https://github.com/hashicorp/consul) | `1.31.2` | `1.32.1` | | [github.com/minio/minio-go/v7](https://github.com/minio/minio-go) | `7.0.82` | `7.0.92` | | [github.com/prometheus/client_golang](https://github.com/prometheus/client_golang) | `1.21.1` | `1.22.0` | | [github.com/spf13/afero](https://github.com/spf13/afero) | `1.11.0` | `1.14.0` | | [go.etcd.io/etcd/api/v3](https://github.com/etcd-io/etcd) | `3.5.17` | `3.6.1` | | [go.etcd.io/etcd/client/pkg/v3](https://github.com/etcd-io/etcd) | `3.5.17` | `3.6.1` | | [go.etcd.io/etcd/client/v3](https://github.com/etcd-io/etcd) | `3.5.17` | `3.6.1` | | [golang.org/x/net](https://github.com/golang/net) | `0.40.0` | `0.41.0` | | [golang.org/x/time](https://github.com/golang/time) | `0.11.0` | `0.12.0` | | [github.com/VictoriaMetrics/fastcache](https://github.com/VictoriaMetrics/fastcache) | `1.12.2` | `1.12.5` | | [go.opentelemetry.io/collector/pdata](https://github.com/open-telemetry/opentelemetry-collector) | `1.33.0` | `1.34.0` | Updates `github.com/alicebob/miniredis/v2` from 2.34.0 to 2.35.0 - [Release notes](https://github.com/alicebob/miniredis/releases) - [Changelog](https://github.com/alicebob/miniredis/blob/master/CHANGELOG.md) - [Commits](alicebob/miniredis@v2.34.0...v2.35.0) Updates `github.com/golang-migrate/migrate/v4` from 4.18.1 to 4.18.3 - [Release notes](https://github.com/golang-migrate/migrate/releases) - [Changelog](https://github.com/golang-migrate/migrate/blob/master/.goreleaser.yml) - [Commits](golang-migrate/migrate@v4.18.1...v4.18.3) Updates `github.com/hashicorp/consul/api` from 1.31.2 to 1.32.1 - [Release notes](https://github.com/hashicorp/consul/releases) - [Changelog](https://github.com/hashicorp/consul/blob/main/CHANGELOG.md) - [Commits](hashicorp/consul@api/v1.31.2...api/v1.32.1) Updates `github.com/minio/minio-go/v7` from 7.0.82 to 7.0.92 - [Release notes](https://github.com/minio/minio-go/releases) - [Commits](minio/minio-go@v7.0.82...v7.0.92) Updates `github.com/prometheus/client_golang` from 1.21.1 to 1.22.0 - [Release notes](https://github.com/prometheus/client_golang/releases) - [Changelog](https://github.com/prometheus/client_golang/blob/main/CHANGELOG.md) - [Commits](prometheus/client_golang@v1.21.1...v1.22.0) Updates `github.com/spf13/afero` from 1.11.0 to 1.14.0 - [Release notes](https://github.com/spf13/afero/releases) - [Commits](spf13/afero@v1.11.0...v1.14.0) Updates `go.etcd.io/etcd/api/v3` from 3.5.17 to 3.6.1 - [Release notes](https://github.com/etcd-io/etcd/releases) - [Commits](etcd-io/etcd@v3.5.17...v3.6.1) Updates `go.etcd.io/etcd/client/pkg/v3` from 3.5.17 to 3.6.1 - [Release notes](https://github.com/etcd-io/etcd/releases) - [Commits](etcd-io/etcd@v3.5.17...v3.6.1) Updates `go.etcd.io/etcd/client/v3` from 3.5.17 to 3.6.1 - [Release notes](https://github.com/etcd-io/etcd/releases) - [Commits](etcd-io/etcd@v3.5.17...v3.6.1) Updates `golang.org/x/net` from 0.40.0 to 0.41.0 - [Commits](golang/net@v0.40.0...v0.41.0) Updates `golang.org/x/sync` from 0.14.0 to 0.15.0 - [Commits](golang/sync@v0.14.0...v0.15.0) Updates `golang.org/x/time` from 0.11.0 to 0.12.0 - [Commits](golang/time@v0.11.0...v0.12.0) Updates `github.com/VictoriaMetrics/fastcache` from 1.12.2 to 1.12.5 - [Release notes](https://github.com/VictoriaMetrics/fastcache/releases) - [Commits](VictoriaMetrics/fastcache@v1.12.2...v1.12.5) Updates `go.opentelemetry.io/collector/pdata` from 1.33.0 to 1.34.0 - [Release notes](https://github.com/open-telemetry/opentelemetry-collector/releases) - [Changelog](https://github.com/open-telemetry/opentelemetry-collector/blob/main/CHANGELOG-API.md) - [Commits](open-telemetry/opentelemetry-collector@pdata/v1.33.0...pdata/v1.34.0) --- updated-dependencies: - dependency-name: github.com/alicebob/miniredis/v2 dependency-version: 2.35.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: go-dependencies - dependency-name: github.com/golang-migrate/migrate/v4 dependency-version: 4.18.3 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: go-dependencies - dependency-name: github.com/hashicorp/consul/api dependency-version: 1.32.1 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: go-dependencies - dependency-name: github.com/minio/minio-go/v7 dependency-version: 7.0.92 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: go-dependencies - dependency-name: github.com/prometheus/client_golang dependency-version: 1.22.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: go-dependencies - dependency-name: github.com/spf13/afero dependency-version: 1.14.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: go-dependencies - dependency-name: go.etcd.io/etcd/api/v3 dependency-version: 3.6.1 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: go-dependencies - dependency-name: go.etcd.io/etcd/client/pkg/v3 dependency-version: 3.6.1 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: go-dependencies - dependency-name: go.etcd.io/etcd/client/v3 dependency-version: 3.6.1 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: go-dependencies - dependency-name: golang.org/x/net dependency-version: 0.41.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: go-dependencies - dependency-name: golang.org/x/sync dependency-version: 0.15.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: go-dependencies - dependency-name: golang.org/x/time dependency-version: 0.12.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: go-dependencies - dependency-name: github.com/VictoriaMetrics/fastcache dependency-version: 1.12.5 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: go-dependencies - dependency-name: go.opentelemetry.io/collector/pdata dependency-version: 1.34.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: go-dependencies ... Signed-off-by: dependabot[bot] <[email protected]>
0cac5e1 to
4c56b16
Compare
|
Looks like these dependencies are updatable in another way, so this is no longer needed. |
Bumps the go-dependencies group with 13 updates in the / directory:
2.34.02.35.04.18.14.18.31.31.21.32.17.0.827.0.921.21.11.22.01.11.01.14.03.5.173.6.13.5.173.6.13.5.173.6.10.40.00.41.00.11.00.12.01.12.21.12.51.33.01.34.0Updates
github.com/alicebob/miniredis/v2from 2.34.0 to 2.35.0Release notes
Sourced from github.com/alicebob/miniredis/v2's releases.
Changelog
Sourced from github.com/alicebob/miniredis/v2's changelog.
Commits
b5891afprepare v2.35.02af9e02Merge pull request #407 from alicebob/constsf2de203constants for key typesdd31bf6keep the TTL in BLMOVe958328bsimple int test19c928fUpdate tests4363080Update testsd6abbe9Update testsbe97a75Return empty array instead of nil array in writeXpending34f130dMerge pull request #400 from keithgunning/xautoclaim-cursor-fixUpdates
github.com/golang-migrate/migrate/v4from 4.18.1 to 4.18.3Release notes
Sourced from github.com/golang-migrate/migrate/v4's releases.
Commits
9023d66Merge pull request #1244 from alexandear-org/chore-redundant-build-tags1049490Merge pull request #1179 from lunfel/master033835aUpdate to dktest v0.4.5329152eMerge pull request #1196 from Rambatino/patch-134c2b4aRemove redundant build tagsa3b7633Merge pull request #1259 from golang-migrate/dependabot/go_modules/golang.org...5b97c92Bump golang.org/x/net from 0.33.0 to 0.38.03c3ce91Merge pull request #1258 from golang-migrate/dependabot/go_modules/golang.org...f37ef79Bump golang.org/x/crypto from 0.31.0 to 0.35.01af841dMerge pull request #1260 from dhui/update_goUpdates
github.com/hashicorp/consul/apifrom 1.31.2 to 1.32.1Commits
f3c5d71feature: Adding configurable value to disable XDS Load balancing2e8f955suppressing alpine CVEs as there is no fix yet (#22278)570651aUpgraded go to 1.23.8 (#22273)519fb0aCVE Fix (#22268)3b44455Update lock.mdx (Node Health Check and TTL) (#22258)1af00f7Fix catalog service endpoint when querying for a peer service (#22189)616de64Document Azure service principal auth in snapshot/agent.mdx (#21942)9bd863dRefactor Txn API to use AgentService and add TaggedAddresses support (#22248)3bd8e97Fixes a couple of DNS token example commands (#22224)8946d7dbuild(deps): bump go version to go1.23.7 (#22237)Updates
github.com/minio/minio-go/v7from 7.0.82 to 7.0.92Release notes
Sourced from github.com/minio/minio-go/v7's releases.
... (truncated)
Commits
4f25bfcAdd msgpack serializers to stringset (#2107)6651105add support for automatic region extraction for S3 Express (#2104)6b0f80fAdd MakeBucket forceCreate option a MinIO specific extension (#2108)5d96728support aws s3 express zone behavior (#2103)3dbe5a3Add API for bucket resync cancellation (#2101)e994501implement Go native iterator style ListObjects() (#2099)dc867a5feat: make JSON lib configurable (#2088)832e1d3Add copy destination fields (#2095)3e647ddUpdate version to next releasee8e8acafix: incorrect set x-amz-date for signV4 (#2096)Updates
github.com/prometheus/client_golangfrom 1.21.1 to 1.22.0Release notes
Sourced from github.com/prometheus/client_golang's releases.
... (truncated)
Changelog
Sourced from github.com/prometheus/client_golang's changelog.
Commits
d50be25Cut 1.22.0 (#1793)1043db7Cut 1.22.0-rc.0 (#1768)e575c9cpromhttp: Isolate zstd support and klauspost/compress library use to promhttp...f2276aaMerge pull request #1764 from prometheus/dependabot/github_actions/github-act...9df772cbuild(deps): bump peter-evans/create-pull-requesta3548c5Merge pull request #1754 from saswatamcode/exp-eh60fd2b0Remove go.work file for now8f9d0deexp: Add dependabot configc5cf981Merge pull request #1762 from prometheus/release-1.21e84c305exp: Reset snappy buf (#1756)Updates
github.com/spf13/aferofrom 1.11.0 to 1.14.0Release notes
Sourced from github.com/spf13/afero's releases.
Commits
ea38482Merge pull request #462 from spf13/dependenciesa9aaabcdocs: add release instructionsd3a70b6ci: run tests for submodules2af1925feat: split gcsfs and sftpfs into separate modulesdbd6f61Merge pull request #477 from spf13/update-dependencies83b8a55update readmebf3bd73update dependencies464bc98Merge pull request #473 from spf13/dependabot/github_actions/golangci/golangc...da239a4Bump golangci/golangci-lint-action from 6.5.0 to 6.5.1523f621Merge pull request #461 from spf13/go124Updates
go.etcd.io/etcd/api/v3from 3.5.17 to 3.6.1Release notes
Sourced from go.etcd.io/etcd/api/v3's releases.
... (truncated)
Commits
a4708beversion: bump up to 3.6.17edcfc0Merge pull request #20128 from ivanvc/release-3.6-go-1.23.10-version-bump823f94aBump Go to 1.23.9cfb60c8Merge pull request #20121 from k8s-infra-cherrypick-robot/cherry-pick-20120-t...4562eecUpdate 'endpoint health' command to avoid calling flags.SetPflagsFromEnv mult...debb049Merge pull request #20113 from ahrtr/20250603_20250603_discovery_ep_3.623bdcbbVerify that the discovery endpoint isn't empty856c3ddMerge pull request #20071 from ahrtr/20250530_force_new_cluster_3.678e0e23Initialize Commit Index = max(consistent_index, CommitIndex) on bootstrap if ...9d53b14Add an e2e test to reproduce the issue that --force-new-cluster can't remove ...Updates
go.etcd.io/etcd/client/pkg/v3from 3.5.17 to 3.6.1Release notes
Sourced from go.etcd.io/etcd/client/pkg/v3's releases.
... (truncated)
Commits
a4708beversion: bump up to 3.6.17edcfc0Merge pull request #20128 from ivanvc/release-3.6-go-1.23.10-version-bump823f94aBump Go to 1.23.9cfb60c8Merge pull request #20121 from k8s-infra-cherrypick-robot/cherry-pick-20120-t...4562eecUpdate 'endpoint health' command to avoid calling flags.SetPflagsFromEnv mult...debb049Merge pull request #20113 from ahrtr/20250603_20250603_discovery_ep_3.623bdcbbVerify that the discovery endpoint isn't empty856c3ddMerge pull request #20071 from ahrtr/20250530_force_new_cluster_3.678e0e23Initialize Commit Index = max(consistent_index, CommitIndex) on bootstrap if ...9d53b14Add an e2e test to reproduce the issue that --force-new-cluster can't remove ...Updates
go.etcd.io/etcd/client/v3from 3.5.17 to 3.6.1Release notes
Sourced from go.etcd.io/etcd/client/v3's releases.
... (truncated)
Commits
a4708beversion: bump up to 3.6.17edcfc0Merge pull request #20128 from ivanvc/release-3.6-go-1.23.10-version-bump823f94aBump Go to 1.23.9cfb60c8Merge pull request #20121 from k8s-infra-cherrypick-robot/cherry-pick-20120-t...4562eecUpdate 'endpoint health' command to avoid calling flags.SetPflagsFromEnv mult...debb049Merge pull request #20113 from ahrtr/20250603_20250603_discovery_ep_3.623bdcbbVerify that the discovery endpoint isn't empty856c3ddMerge pull request #20071 from ahrtr/20250530_force_new_cluster_3.678e0e23Initialize Commit Index = max(consistent_index, CommitIndex) on bootstrap if ...9d53b14Add an e2e test to reproduce the issue that --force-new-cluster can't remove ...Updates
golang.org/x/netfrom 0.40.0 to 0.41.0Commits
6e41caego.mod: update golang.org/x dependencies15f7d40http2: correctly wrap ErrFrameTooLarge in Framer.ReadFrameef33bc0internal/http3: use bubbled context in synctest tests919c6bchttp2: use an array instead of a map in typeFrameParserbae01a7trace: add missing td tagUpdates
golang.org/x/syncfrom 0.14.0 to 0.15.0Commits
8a14946errgroup: remove duplicated comment1869c69all: replace deprecated ioutild1ac909sync/errgroup: PanicError.Error print stack traceUpdates
golang.org/x/timefrom 0.11.0 to 0.12.0Commits
1616a7frate: skip time.Now call in Sometimes.Do unless necessaryUpdates
github.com/VictoriaMetrics/fastcachefrom 1.12.2 to 1.12.5Release notes
Sourced from github.com/VictoriaMetrics/fastcache's releases.
Commits
b7ccf30file: add LoadFromFileMaxBytes (#89)8cfcf81Revert "file: load from file should allow configure maxBytes (#86)" (#88)198c85efile: load from file should allow configure maxBytes (#86)e439f07file: load should propage file not found error (#84)f180005Make tests pass (#85)Updates
go.opentelemetry.io/collector/pdatafrom 1.33.0 to 1.34.0Release notes
Sourced from go.opentelemetry.io/collector/pdata's releases.